Preferences.sublime-settings (1919B)
1 { 2 "always_show_minimap_viewport": true, 3 "auto_complete_cycle": true, 4 "bold_folder_labels": true, 5 6 "color_scheme": "Packages/Color Scheme - Default/Sixteen.sublime-color-scheme", 7 // "light_color_scheme": "Packages/Color Scheme - Default/Sixteen.sublime-color-scheme", 8 // "dark_color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", 9 10 // "binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip", 11 // "node_modules/", 12 // "esm/", 13 // "cjs/", 14 // "dev/" 15 // ], 16 17 "create_window_at_startup": false, 18 "default_line_ending": "unix", 19 "detect_indentation": false, 20 "drag_text": false, 21 "draw_white_space": ["trailing", "selection"], 22 "font_face": "IBM Plex Mono", 23 "font_size": 14, 24 "highlight_line": true, 25 "highlight_modified_tabs": true, 26 "hot_exit": "disabled", 27 "ignored_packages": 28 [ 29 "Six", 30 "Vintage", 31 "Vintageous", 32 ], 33 "indent_guide_options": 34 [ 35 "draw_active" 36 ], 37 "index_skip_unknown_extensions": false, 38 "install_prereleases": ["NeoVintageous"], 39 "match_brackets_angle": true, 40 "mini_diff": "auto", 41 "relative_line_numbers": true, 42 "remember_workspace": false, 43 "shift_tab_unindent": true, 44 "show_indentation": false, 45 "show_encoding": true, 46 "theme": "Adaptive.sublime-theme", 47 "tab_size": 2, 48 "translate_tabs_to_spaces": true, 49 50 "neovintageous_build_version": 11100, 51 "neovintageous_search_inc_style": "fill", 52 "neovintageous_search_occ_style": "outline", 53 "vintage_start_in_command_mode": true, 54 "vintageous_enable_sneak": true, 55 "vintageous_enable_multiple_cursors": false, 56 "vintageous_i_escape_jk": true, 57 "vintageous_reset_mode_when_switching_tabs": false, 58 "vintageous_use_ctrl_keys": true, 59 "vintageous_use_super_keys": null, 60 "close_windows_when_empty": true, 61 62 // "enable_language_service_for_javascript": false, 63 }